From: jhsoby Date: Tue, 7 Aug 2018 23:43:53 +0000 (+0200) Subject: Fix comma in Tajik Cyrillic dates X-Git-Tag: 1.34.0-rc.0~4526^2 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=1cd4c5fcf12ba31f82374cfa850819cf2af4f57d;p=lhc%2Fweb%2Fwiklou.git Fix comma in Tajik Cyrillic dates Changed from Arabic comma (،) to Latin comma (,). Bug: T200367 Change-Id: I07eeb83f59c2068b9c8a9906b7567d162ccd1504 --- diff --git a/languages/messages/MessagesTg_cyrl.php b/languages/messages/MessagesTg_cyrl.php index bd107f54cb..59706d5ff8 100644 --- a/languages/messages/MessagesTg_cyrl.php +++ b/languages/messages/MessagesTg_cyrl.php @@ -55,11 +55,11 @@ $datePreferenceMigrationMap = [ $dateFormats = [ 'dmy time' => 'H:i', 'dmy date' => 'j xg Y', - 'dmy both' => 'H:i، j xg Y', + 'dmy both' => 'H:i, j xg Y', 'persian time' => 'H:i', 'persian date' => 'xij xiF xiY', - 'persian both' => 'H:i، xij xiF xiY', + 'persian both' => 'H:i, xij xiF xiY', 'ISO 8601 time' => 'xnH:xni:xns', 'ISO 8601 date' => 'xnY-xnm-xnd',